crypto/tls.permanentError.err (field)
5 uses
crypto/tls (current package)
conn.go#L190: err net.Error
conn.go#L193: func (e *permanentError) Error() string { return e.err.Error() }
conn.go#L194: func (e *permanentError) Unwrap() error { return e.err }
conn.go#L195: func (e *permanentError) Timeout() bool { return e.err.Timeout() }
conn.go#L200: hc.err = &permanentError{err: e}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)